when using JSTOOLS and TABS you will get the following error in IE7.
that is cause by "defer" issue see:
http://www.monoslideshow.com/vanilla/discussion/162/operation-aborted-in...

the fix is to change line 882 from:

<script type="text/javascript"> 

to:

<script type="text/javascript" defer="true"> 

Comments

gilmichlin’s picture

sadly i must say that defer not always works.
it's seems like IE bug : http://support.microsoft.com/default.aspx/kb/927917
but whats bother me is that in http://teethgrinder.co.uk/open-flash-chart/tutorial.php
everything works fine.
I tried to play with the render function with no success.

esmailzadeh’s picture

Priority: Normal » Critical

hi
so how we can solve this problem?
i think when i install jstools this problem occurred.
i think this is critical bug. (if can saied this is ofc bug and this is not ie bug )

esmailzadeh’s picture

this solution (defer="true") just desable my chart and no more

esmailzadeh’s picture

this is fixed with H3rnand3z :
in open_flash_chart_api.module
after line 882 I inserted
$(document).ready(function(){
and after line 1016 I inserted
});
please add this to open_flash_chart_api core

redndahead’s picture

Status: Active » Needs review
StatusFileSize
new1.23 KB

I'm attaching a patch for this. You will need to patch it against cvs. Anybody else can tell me if this works?

redndahead’s picture

StatusFileSize
new1.27 KB

Here's the Drupal 6 Version

esmailzadeh’s picture

i test it and this work good (i apply this patch manually and without any patch mechanism)

redndahead’s picture

Status: Needs review » Fixed

Committed

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.